home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
OS2
/
BUBBA03.ARJ
/
FERNMSGS.TPL
< prev
next >
Wrap
Text File
|
1992-02-17
|
324b
|
30 lines
goto DONE
:MESSAGES
output %msg
untilidle 3
if offline goto NOGO
return
:PROMPT
set count 5
:PROMPT1
input 12 %prompt
if offline goto NOGO
if success goto PROMPT2
reinput %prompt
if success goto PROMPT2
output "\r"
if count goto PROMPT1
goto DONE
:PROMPT2
return
:DONE
exit 0
:NOGO
exit 1